


@media only screen and (min-width: 769px){
    .slgw-carousel-h5{
        display: none;
    }
    .swiper-container{
        /*max-width: 1920px;*/
        min-width: 1200px;
        height: 650px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .swiper-container .swiper-slide{
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: hidden;
    }

    .swiper-container .swiper-slide .img{
        /* width: 1920px; */
        height: 100%;
    }

    .swiper-container  .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        background: #353949;
        opacity: 1;
        margin: 0 !important;
        margin-right: 43px !important;
    }


    .swiper-container .my-bullet-active{
        background: #f8f8f8;
        opacity: 1;
    }


    .swiper-container .swiper-pagination{
        width: 1200px;
        height: 10px;
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        text-align: left;
        font-size: 10px;
        line-height: 10px;
        vertical-align: top;
        padding-left: 40px;
        box-sizing: border-box;
        z-index: 11;
    }

}

/* h5 */
@media only screen and (max-width: 768px){
    .slgw-carousel-pc{
        display: none;
    }

    .swiper-container{
        width: 100%;
        /* height: 8rem; */
        position: relative;
        overflow: hidden;
    }

    .swiper-container  .swiper-pagination-bullet{
        width: 0.1rem;
        height: 0.1rem;
        border: 1px solid #fff;
        opacity: 1;
        margin-right: 0.2rem;
    }
    .swiper-container .my-bullet-active{
        background: #fff;
    }

    .swiper-container  .swiper-slide  .img{
        width: 100%;
    }


    .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
    }

}
